Forum Activity for @michael

michael
@michael
06/05/18 12:59:37AM
7,819 posts

Akismet Question - Probation


Using Jamroom

They way we use it is we get an email alert when users who signup start posting links. Then we determine if that link is spam or not. and if it is we delete their account, block their ip and remove anything they've posted.

Works well enough.
michael
@michael
06/05/18 12:55:37AM
7,819 posts

Server Set-Up for JR6.x Installation


Installation and Configuration

Get the free version working first, all the core is free.

This is the guide I always use:
https://www.jamroom.net/brian/documentation/guides

Where are you stuck?
michael
@michael
06/03/18 12:40:50AM
7,819 posts

Unable to communicate with Update Server?


Using Jamroom

That's a big jump. Send us your admin login details to support at jamroom dot net along with a link to this thread and I'll login and see if I can see whats up.

Might require downloading the jamroom core from here:
https://www.jamroom.net/products

and uploading that via SFTP over what you have right now if the marketplace is the issue.
michael
@michael
06/01/18 01:36:48AM
7,819 posts

Proxima Invalid Item owner


Proxima

I also see the same issue. I AM able to PUT to update anything in the USER table, but not able to PUT to update anything via the bridge module.

I believe the cause of it is the user's id info is not getting stored in the session data, but will need brian to take a look at what I think i've found.
michael
@michael
05/31/18 04:39:22AM
7,819 posts

Creating Open Graph tags with Meta Tag Manager in JR


Using Jamroom

look at the modules for any templates titled ?????_????_meta.tpl . those are setup to have variables available for the currently created page.
michael
@michael
05/28/18 05:36:08AM
7,819 posts

File Module Privacy


Using Jamroom

SteveX has been using Jamroom longer than me.
michael
@michael
05/28/18 05:34:46AM
7,819 posts

Newsletter Module Custom Filter Question?


Using Jamroom

would be possible using a custom filter if you stored the locations of your users. Jamroom does not by default. Do you store the locations of your users anywhere that you know of in your database?
michael
@michael
05/28/18 05:28:14AM
7,819 posts

Something off with pagination


Jamroom Developers

looks like the issue is the next page button should not be showing.

My guess is its something like "show pagination for next page if x = 50" but should be x < 50.

Thanks.
michael
@michael
05/28/18 05:21:39AM
7,819 posts

Are tags on profile pages expected to be displayed in the comment wall?


Using Jamroom

Tags should always be visible. that screenshot looks like there are no tags on the item.

Currently all the item features are put into a single location by the {jrCore_item_detail_features} function. If you wanted some features above the main item, the items item_detail.tpl page would need adjusting and exclude the tags from the {jrCore_item_detail_features} and add its function separately to the top of the template.
  126